Image OCR
Command Prototype
sText = OCR.ImageOCREx(sFileName,bPrecision, iTimeOut)
Command Description
Use OCR to identify a given image. Internet access is needed for this command. Each machine is limited to 30 calls per minute, and exceeding the limit will result in a 10-minute ban
Parameter Description
- Required Parameter
- sFileName--File path to the image to be recognized. Supports .jpg, .jpeg, .gif, .bmp, and .png
- bPrecision--Whether to use high-precision recognition
- iTimeOut--Maximum execution time (in milliseconds) of the activity. Throws a SelectorNotFoundException on timeout. Defaults to 10000
- return
- sText--The variable to which the output of the function call is saved